OpenRoads Designer CONNECT Edition SDK Help

CollectAllLoops Method

Builds a larger closed areas from a set of closed, possibly adjacent areas.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static void CollectAllLoops( List<List<DPoint3d>> areas, List<List<DPoint3d>> outerLoops, List<List<DPoint3d>> innerLoops)

Parameters

SettingDescription
  ((DPoint3d))  
  ((DPoint3d))  
  ((DPoint3d))  

See Also